home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / comm2 / amphn190.rdm < prev    next >
Text File  |  1996-06-17  |  2KB  |  53 lines

  1. Short:    AmiTCP based voice chat program
  2. Author:   jfriesne@ucsd.edu (Jeremy Friesner)
  3. Uploader: jfriesne@ucsd.edu (Jeremy Friesner)
  4. Version:  1.90
  5. Type:     comm/net
  6. Replaces: comm/net/AmiPhone1.80.lha
  7. Requires: Workbench 2.04+, AmiTCP3.0b+, audio digitizer
  8.  
  9. ----------------------------------------------------------------
  10.         
  11.             AMIPHONE 1.90
  12.                      
  13.                      (Released 5/28/96)
  14.                      
  15. ----------------------------------------------------------------
  16.  
  17. This is a public release of my TCP/IP based voice chat software.
  18. With it and a digitizer and microphone, you can transmit your 
  19. voice over the Internet or a LAN to another Amiga or Amigas that 
  20. are running AmiPhone.
  21.  
  22. AmiPhone uses ADPCM audio compression to allow transmission through
  23. low-bandwidth connections.  Thus, a conversation is possible even
  24. over 14.4kbit/second modems.  Of course, more bandwidth is desirable.
  25.  
  26. AmiPhone requires Workbench 2.04 or higher, AmiTCP 3.0b or higher,
  27. and a Toccata board, Aura PCMCIA sampler, or a standard parallel 
  28. port style digitizer with a microphone.  Also, a fast CPU is 
  29. highly recommended.
  30.  
  31. NOTE: AmiPhone is not compatible with I-Phone or any other 
  32.       Internet-phone type program at this time.     
  33.  
  34. New in version 1.90:
  35.      - Added a Flush Buffers item to AmiPhoned's Project Menu.
  36.      - Added an ARexx port to AmiPhone.
  37.      - Added my email address to the "About" requesters.
  38.      - Added the official AmiPhone Practical joke to the FAQ.  ;)
  39.      - Finished writing code for, and enabled the AHI sampler
  40.        interface.  Of course, as I don't have an AHI-supported 
  41.        sampler, this interface is COMPLETELY untested... so don't
  42.        say you weren't warned when it {doesn't work/crashes your
  43.        Amiga/neuters your cat/whatever}.  :)
  44.      - The microphone volume monitor is now updated once per transmitted
  45.        packet, rather than whenever the bandwidth graph is updated.
  46.      * Reworked the Toccata support, with testing help from Oliver Hotz
  47.        and Dan (err, just Dan, apparently ;)).  Thanks guys!
  48.      * AmiPhoned no longer plays remaining packets when it quits; rather
  49.        it just frees them and leaves immediately.
  50.      * Rewrote the TCP stream sending and receiving code in AmiPhone 
  51.        and AmiPhoned.  Now all TCP sending and receiving is buffered
  52.        whenever necessary.
  53.